Shifts the current value left by the specified number of bits.
Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero.
UFix64 INumeric<UFix64>.LeftShift(
int count
)Private Function LeftShift (
count As Integer
) As UFix64 Implements INumeric(Of UFix64).LeftShiftprivate:
virtual UFix64 LeftShift(
int count
) sealed = INumeric<UFix64>::LeftShiftprivate abstract LeftShift :
count : int -> UFix64
private override LeftShift :
count : int -> UFix64